/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #da251c;
	color: #fff;
}

::-moz-selection {
	background-color: #da251c;
	color: #fff;
}

::-webkit-selection {
	background-color: #da251c;
	color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img{
    box-sizing: content-box;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}
*:before, *:after {
    box-sizing: content-box;
}
:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}
input,textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm{box-sizing: content-box;}


.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
   box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}



html{
        cursor: url(../img/cur.png),
        default;
}

a{
   cursor: url(../img/Acur.png),
   default ;
}

textarea{
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
 
}

input[type="text"]{
     animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}
input[type="button"]
{
   cursor: url(../img/Acur.png),
   default  !important;
}

input,button{
        outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../img/Pcuro1.png'),
        auto;
    }

    8.8% {
        cursor: url('../img/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../img/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../img/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../img/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../img/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../img/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../img/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../img/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../img/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../img/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../img/Pcuro12.png'),
            auto;
    }

    
}



.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}



.banner {
  position: relative;
  height: 600px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../img/arrowprev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../img/arrownext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #da251c;
  color: #fff;
}

.main{
    width: 1200px;
    margin: 0 auto;
}
.myclearfix:after{
    content:"";
    display:block;
    clear:both;
}
.leftl{
    float: left;
}
.rightr{
    float: right;
}


/* xunpan S */ 
.container1 {
    height: auto;
    margin: 0 auto;
}
.topxunpan {
    box-sizing: border-box;
}
.topxunpan .xp {
    position: relative;
    color: #7a7a7a;
    font-size: 14px;
}
.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.topxunpan .xp i {
    color: #7a7a7a;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #da251c;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}
.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -o-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    transform: translateX(-50%); 
    border: 8px solid transparent;
    border-bottom-color: #da251c;
}
.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1); 
    -moz-transform: translateX(-50%) scale(1); 
    -o-transform: translateX(-50%) scale(1); 
    -ms-transform: translateX(-50%) scale(1); 
    transform: translateX(-50%) scale(1); 
    opacity: 1;
}

.top1 {
    width: 100%;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
  }
  .top1 .top_main > p {
    font-size: 14px;
    color: #565656;
  }
  .top1 .top_main .head_r > a {
    float: left;
    font-size: 14px;
    color: #565656;
    padding-left: 25px;
    margin-right: 20px;
  }
  .top1 .top_main .head_r > a:nth-child(1) {
    background: url(../img/top_ico1.png) left center no-repeat;
  }
  .top1 .top_main .head_r > a:nth-child(2) {
    background: url(../img/top_ico2.png) left center no-repeat;
  }
  .head {
    width: 100%;
    height: 138px;
  }
  .head .head_main {
    height: 100%;
  }
  .head .head_main > h1 {
      margin-top: 46px;
  }
  .head .head_main > h1 > a {
      display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .head .head_main > h1 > span{
      display: block;
    font-size: 20px;
    font-family: Arial;
    color: #666;
    height: 18px;
    line-height: 18px;
  }
  .head .head_main .head_txt {
    height: 100%;
    margin-left: 37px;
    box-sizing: border-box;
    padding-top: 50px;
  }
  .head .head_main .head_txt > h3 {
    font-size: 25px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    color: #da251c;
    margin-bottom: 12px;
  }
  .head .head_main .head_txt > h4 {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    color: #666;
  }
  .head .head_main .head_tell {
    margin-top: 34px;
  }
  .head .head_main .head_tell > i {
    float: left;
    width: 66px;
	height: 66px;
    background: url(../img/head_tell.png) center no-repeat #3f3f3f;
    border-radius: 50%;
    animation: 2s infinite msClock;
  }
  .head .head_main .head_tell .head_num {
    margin-left: 12px;
  }
  .head .head_main .head_tell .head_num > p {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #666666;
    margin-bottom: 14px;
  }
  .head .head_main .head_tell .head_num > h3 {
    font-size: 34px;
    font-family: Impact;
    height: 34px;
    line-height: 34px;
    color: #d8261c;
  }



/* *************************NAV********************************* */
.top02{
    width: 100%;
    height: 63px; 
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background-color: #da251c;
}
.top02_center{
    width: 1200px;
    margin: 0 auto;
    height: 63px;
}
.top02_center >.nav{
    width: 100%;
    height: 63px;
    box-sizing: border-box;
}
.nav li.m{
    width: 149px;
    height: 63px;
    line-height: 63px;
    float: left;
    text-align: center;
    transition: all .5 ease-in-out;
    -webkit-transition: all .5 ease-in-out;
    background: url(../img/nav_line.png) right center no-repeat;
}
.nav li.m:nth-last-child(1){
    background: none;
}
.nav li.m>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
}
.nav li.m>a::after{
    content: "";
    position: absolute;
	width: 0;
    bottom: -1px;
    height: 100%;
    background-color: #3f3f3f;
    left: 50%;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    z-index: -1;
}

.nav li a{
 text-decoration: none;
 
}

.nav li a:hover{
 text-decoration: none;
 background: #333;
 
 
 
}


.nav .m.another>a {
    color: #ffffff;
}
.nav li.another>a::after{
    width: 100%;
}
.nav .sub .nav_xiao .xiao_six ul li a:hover {
    color: #da251c
}
.nav .sub .nav_xiao .xiao_one ul li a:hover {

    color: #da251c;
}
.nav .sub .nav_xiao .xiao_four h4 a:hover {
    color: #da251c;
}
.nav .sub .nav_xiao .xiao_four .ul2 li a:hover b {
    color: #da251c;
}
.nav .sub .nav_xiao .xiao_five2 a:hover {
    color: #da251c;
}
.nav .sub .nav_xiao .xiao_five2 a:hover i {

    background-color: #da251c;
}
.nav a.mmm {

    width: 100%;

    height: 100%;

    display: block;

    font-size: 14px;

    color: #ffffff;
}
.nav .sub {

    display: none;

    width: 100%;

    padding: 0;

    position: absolute;

    top: 63px;

    overflow: hidden;

    text-align: left;

    z-index: 110;

    left: 0;

    background-color: #f5f5f5
}
.nav .sub .nav_xiao {

    width: 1440px;

    overflow: hidden;

    margin: 0 auto
}
.nav .sub .nav_xiao.max1100 {
    max-width: 1100px;

    background: url(../img/cr_img1.png) no-repeat left bottom;
}
.nav .sub .nav_xiao .xiao_one {

    overflow: hidden;

    padding-top: 40px;

    padding-bottom: 40px
}
.nav .sub .nav_xiao .xiao_one ul li {

    float: left;

    height: 184px;

    width: 25%;

    overflow: hidden;

    text-align: center;
}
.nav .sub .nav_xiao .xiao_one ul li a {

    display: block;

    height: 100%;

    border-right: 1px solid #e6e6e6;

    line-height: 56px;

    overflow: hidden;

    color: #000;

    margin-top: 13px;

    font-size: 18px;

    transition: all .3s;
}
.nav .sub .nav_xiao .xiao_one ul li:last-child a {

    border-right: 0;
}
.nav .sub .nav_xiao .xiao_one ul li a i {

    display: block;

    width: 101px;

    height: 84px;

    margin: 0 auto;

    margin-bottom: 23px;

    overflow: hidden;

    background-repeat: no-repeat;

    transition: all .3s;

    margin-top: 20px;
}
.nav .sub .nav_xiao .xiao_four {

    width: 50%;

    overflow: hidden;

    margin-top: 40px;

    margin-bottom: 40px;
}
.nav .sub .nav_xiao .xiao_four.l {

    border-right: 1px solid #e3e3e3;
}
.nav .sub .nav_xiao .xiao_four.r {

    width: 49%;
}
.nav .sub .nav_xiao .xiao_four h4 a {

    font-size: 20px;

    font-weight: 700;

    color: #333;

    height: 18px;

    line-height: 18px;

    display: block;

}
.nav .sub .nav_xiao .xiao_four .ul {

    margin-top: 23px;
}
.nav .sub .nav_xiao .xiao_four .ul li {

    padding-top: 11px;

    padding-bottom: 11px;

    height: 44px;

    line-height: 22px;

    padding-left: 15px;

    margin-right: 40px;

    width: 325px;

    overflow: hidden;

    float: left;

    margin-bottom: 10px;

    position: inherit;
}
.nav .sub .nav_xiao .xiao_four .ul li:nth-child(2n+0) {

    margin-right: 0
}
.nav .sub .nav_xiao .xiao_four .ul li:hover {

    background-color: #fff;
}
.nav .sub .nav_xiao .xiao_four .ul li a {

    display: block;

    text-align: left;

    color: #999;

    font-size: 14px;
}
.nav .sub .nav_xiao .xiao_four .ul li a i {

    margin-right: 10px;

    margin-top: 4px;

    float: left;

    width: 36px;

    height: 36px;

    background-repeat: no-repeat;

    background-position: center center;
}
.nav .sub .nav_xiao .xiao_four .ul li a b {

    font-weight: 400;

    font-size: 16px;

    display: block;

    color: #000;

    height: 22px;

    overflow: hidden;
}
.nav .sub .nav_xiao .xiao_four .ul2 {

    width: 540px;

    margin: 0 auto;

    overflow: hidden;
}
.nav .sub .nav_xiao .xiao_four .ul2 h4 {

    padding-bottom: 23px;

    margin-bottom: 20px;

    border-bottom: 1px solid #e6e6e6;

}
.nav .sub .nav_xiao .xiao_four .ul2 li {

    padding-top: 15px;

    padding-bottom: 0px;

    height: 70px;

    line-height: 22px;

    margin-right: 40px;

    width: 100%;

    overflow: hidden;

    float: left;

    margin-bottom: 10px;

    position: inherit;

}
.nav .sub .nav_xiao .xiao_four .ul2 li:nth-child(2n+0) {

    margin-right: 0
}
.nav .sub .nav_xiao .xiao_four .ul2 li a {

    display: block;

    text-align: left;

    color: #999;

    font-size: 14px
}
.nav .sub .nav_xiao .xiao_four .ul2 li a b {

    font-weight: 400;

    font-size: 16px;

    display: block;

    color: #000;

    height: 22px;

    overflow: hidden
}
.nav .sub .nav_xiao .xiao_four .ul2 li p {

    display: block;

    text-align: left;

    color: #999;

    font-size: 14px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    line-height: 41px;

}
.nav .sub .nav_xiao .xiao_five {
    width: 429px;
    overflow: hidden;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    border-right: 1px solid #e6e6e6;
    height: 259px;
}
.nav .sub .nav_xiao .xiao_five img {
    width: 391px;
}
.nav .sub .nav_xiao .xiao_five a {

    width: 391px;

    height: 259px;

    padding: 0;

    margin-right: 45px;

    float: left
}
.nav .sub .nav_xiao .xiao_five2 {
    float: right;
    text-align: left;
    margin-top: 71px;
    width: 60%;
}
.nav .sub .nav_xiao .xiao_five2 a {
    text-align: left;
    float: left;
    height: 42px;
    line-height: 38px;
    color: #000;
    font-size: 16px;
    width: 42%;
    margin-left: 7%;
    margin-bottom: 42px;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav .sub .nav_xiao .xiao_five2 a b {
    /* display: inline-block; */
    font-size: 16px;
    font-weight: normal;
    /* width: 100%; */
}
.nav .sub .nav_xiao .xiao_five2 a::before {

    content: "-";

    padding-right: 10px;

    font-size: 24px;

    font-weight: 100;

    line-height: 30px;

    display: inline-block;

    margin-top: 5px;

}
.nav .sub .nav_xiao .xiao_five2 a:nth-child(2n+0) {

    margin-right: 3px
}
.nav .sub .nav_xiao .xiao_five2 a i {

    width: 38px;

    height: 38px;

    border-radius: 50%;

    background: #999 url(../img/top_pic3.png) no-repeat center;

    background-repeat: no-repeat;

    float: left;

    margin-right: 20px;

    transition: all .3s;

    margin-left: 0;

    margin-top: 3px;
}
.nav .sub .nav_xiao .xiao_six {

    overflow: hidden;

    min-height: 246px;

    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.nav .sub .nav_xiao .xiao_six ul li {

    float: left;

    height: 246px;

    width: 33.2%;

    overflow: hidden;

    border-right: 1px solid #e6e6e6;

    text-align: center;

    border-bottom: 1px solid #e6e6e6;

}
.nav .sub .nav_xiao .xiao_six ul li .xiao_six_con {

    margin: 0 auto;

    width: 80%;

    max-width: 360px;

    height: 246px;

    overflow: hidden;

    text-align: left;
}
.nav .sub .nav_xiao .xiao_six ul li .xiao_six_l {

    font-size: 18px;

    font-weight: 700;

    height: 62px;

    line-height: 62px;

    border-bottom: 1px solid #e6e6e6;

    margin-bottom: 23px
}
.nav .sub .nav_xiao .xiao_six ul li .xiao_six_l a {

    font-size: 18px;

    font-weight: 700;

    height: 62px;

    line-height: 62px;

    border-bottom: 1px solid #e6e6e6;

    margin-bottom: 23px;

    display: block;

    color: #333;

}
.nav .sub .nav_xiao .xiao_six ul li a {

    float: left;

    width: 178px;

    overflow: hidden;

    height: 30px;

    line-height: 30px;

    font-size: 16px;

    color: #666
}
.nav .sub .nav_xiao .xiao_six ul li .a {

    display: block;

    width: 182px;

    height: 42px;

    line-height: 42px;

    text-align: center;

    color: #fff;

    font-size: 16px;

    margin-top: 31px;

    transition: all .3s;

    clear: both
}
.nav .sub .nav_xiao .xiao_six ul li .a:hover {

    opacity: .8;

    filter: Alpha(opacity=80);

    color: #fff
}

.nav .sub .nav_xiao .xiao_six ul li a::before {

    content: "-";

    padding-right: 15px;

}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
   box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}
/* *************************End********************************* */



@keyframes menu1 {
    0% {
      opacity: 0;
      transform: translateX(8px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes myfirst {
      0%,100%{
          -webkit-transform: translate(0,-5px) rotateZ(0);
      }
      50%{
          -webkit-transform: translate(0,0) rotateZ(0);
      }
    }
    @-webkit-keyframes myfirst1 {
      0%,100%{
          -webkit-transform: translate(0,-10px) rotateZ(0);
      }
      50%{
          -webkit-transform: translate(0,0) rotateZ(0);
      }
    }
    
    @keyframes myfirst2 {
    0%,100%{
        -webkit-transform: translate(-5px,0);
    }
    50%{
        -webkit-transform: translate(0,0);
    }
    }
    
  
    @keyframes msClock {
      0%,70%,100% {
        transform: rotate(0) scale(1);
      }
      10%,30% {
        transform: rotate(-15deg) scale(1.1);
      }
      20%,40% {
      transform: rotate(15deg) scale(1.1);
      }
  }

  .button.dark {
    --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
    --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}
.button.white {
    --shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
    --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}

.button {
    --text: #fff;
    --font-size: 16px;
    --duration: .5s;
    --move-hover: -4px;
    font-family: 'Roboto';
    font-weight: 500;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: .5px;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    -webkit-transform: translateY(var(--y));
    transform: translateY(var(--y));
    transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
.button span {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.button span i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
}
.button span i:nth-child(1) {
    --d: 0.05s;
}
.button span i:nth-child(2) {
    --d: 0.1s;
}
.button span i:nth-child(3) {
    --d: 0.15s;
}
.button span i:nth-child(4) {
    --d: 0.2s;
}
.button span i:nth-child(5) {
    --d: 0.25s;
}
.button span i:nth-child(6) {
    --d: 0.3s;
}
.button span i:nth-child(7) {
    --d: 0.35s;
}
.button span i:nth-child(8) {
    --d: 0.4s;
}
.button span i:nth-child(9) {
    --d: 0.45s;
}
.button span i:nth-child(10) {
    --d: 0.5s;
}
.button span i:nth-child(11) {
    --d: 0.55s;
}
.button:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --move: -4px;
    --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
}
.button:hover i {
    -webkit-animation: move var(--duration) linear var(--d);
    animation: move var(--duration) linear var(--d);
}
.button.smoke {
    --move: 12px;
    --move-y: -8px;
    --blur: 4px;
}
.button.smoke:hover i {
    --duration: 1s;
    -webkit-animation: smoke var(--duration) linear var(--d);
    animation: smoke var(--duration) linear var(--d);
}
.button.drive {
    --move: 16px;
    --skew: 25deg;
    --skew-fast: 40deg;
    --skew-bounce: -12px;
}
.button.drive:hover i {
    --duration: 1s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: drive var(--duration) linear var(--d);
    animation: drive var(--duration) linear var(--d);
}

@-webkit-keyframes move {
    40% {
        -webkit-transform: translateY(var(--move));
        transform: translateY(var(--move));
        text-shadow: var(--shadow-active);
    }
}

@keyframes move {
    40% {
        -webkit-transform: translateY(var(--move));
        transform: translateY(var(--move));
        text-shadow: var(--shadow-active);
    }
}
@-webkit-keyframes smoke {
    45%,
    55% {
        -webkit-filter: blur(var(--blur));
        filter: blur(var(--blur));
    }
    50%,
    50.1% {
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
        transform: translateX(var(--move)) translateY(var(--move-y));
    }
    50.1% {
        -webkit-transform: translateX(calc(var(--move) * -1));
        transform: translateX(calc(var(--move) * -1));
    }
}
@keyframes smoke {
    45%,
    55% {
        -webkit-filter: blur(var(--blur));
        filter: blur(var(--blur));
    }
    50%,
    50.1% {
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
        transform: translateX(var(--move)) translateY(var(--move-y));
    }
    50.1% {
        -webkit-transform: translateX(calc(var(--move) * -1));
        transform: translateX(calc(var(--move) * -1));
    }
}
@-webkit-keyframes drive {
    40% {
        opacity: 1;
    }
    55% {
        -webkit-transform: skewX(var(--skew)) translateX(var(--move));
        transform: skewX(var(--skew)) translateX(var(--move));
    }
    56% {
        -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
        transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    }
    55%,
    56% {
        opacity: 0;
    }
    75% {
        -webkit-transform: skewX(var(--skew));
        transform: skewX(var(--skew));
    }
    85% {
        -webkit-transform: skewX(var(--skew-bounce));
        transform: skewX(var(--skew-bounce));
    }
}

@keyframes drive {
    40% {
        opacity: 1;
    }
    55% {
        -webkit-transform: skewX(var(--skew)) translateX(var(--move));
        transform: skewX(var(--skew)) translateX(var(--move));
    }
    56% {
        -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
        transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    }
    55%,
    56% {
        opacity: 0;
    }
    75% {
        -webkit-transform: skewX(var(--skew));
        transform: skewX(var(--skew));
    }
    85% {
        -webkit-transform: skewX(var(--skew-bounce));
        transform: skewX(var(--skew-bounce));
    }
}

.top_line{
    width: 100%;
    height: 8px;
	background-color: #da251c;
}


.btnstyle1 {
    position: relative;
    z-index: 1;
    transition: color .3s;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
  }
  .btnstyle1::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background-color: #ffd200;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .btnstyle1::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background-color: #23921d;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .btnstyle1:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .btnstyle1:hover::before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .btnstyle2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
  }
  .btnstyle2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #23921d;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .btnstyle2:hover {
    color: #333;
    background-color: #23921d;
  }
  .btnstyle2:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  .top1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
  }
  .top1 .top_main > p {
    font-size: 14px;
    color: #565656;
  }

  /* foo S */
  .foo {
    width: 100%;
    height: 335px;
    background-color: #2e2e2e;
  }
  .foo .foo_main .foo_top {
    width: 100%;
    height: 246px;
    border-bottom: 1px solid #6c6c6c;
    box-sizing: border-box;
    padding-top: 57px;
    overflow: hidden;
  }
  .foo .foo_main .foo_top .foo_nav dl {
    float: left;
    width: 100px;
    margin-right: 80px;
  }
  .foo .foo_main .foo_top .foo_nav dl dt {
    width: 100%;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 25px;
  }
  .foo .foo_main .foo_top .foo_nav dl dt > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
  }
  .foo .foo_main .foo_top .foo_nav dl > dd {
    width: 100%;
    font-size: 14px;
    color: #bebebe;
    height: 16px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .foo .foo_main .foo_top .foo_nav dl > dd > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #bebebe;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .foo .foo_main .foo_top .foo_nav dl > dd > a:hover {
    color: #fff;
    transform: translate(5px);
  }
  .foo .foo_main .foo_top .foo_txt {
    width: 268px;
  }
  .foo .foo_main .foo_top .foo_txt > h3 {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .foo .foo_main .foo_top .foo_txt > h5 {
    font-size: 14px;
    line-height: 25px;
    color: #bebebe;
  }
  .foo .foo_main .foo_top .foo_ewm {
    width: 130px;
  }
  .foo .foo_main .foo_top .foo_ewm > img {
    display: block;
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
  }
  .foo .foo_main .foo_top .foo_ewm > p {
    font-size: 14px;
    color: #989898;
    height: 14px;
    line-height: 14px;
    text-align: center;
  }
  .foo .foo_main .bq {
    width: 100%;
    height: 86px;
    line-height: 86px;
    text-align: center;
    color: #bebebe;
    font-size: 14px;
  }
  .foo .foo_main .bq a {
    color: #bebebe;
  }
  .foo .foo_main .bq img {
    display: inline-block;
    vertical-align: middle;
  }
  /* foo E */
